home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Looks like a spilt bottle of ink.";
- }
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I don\'t want to get ink all over my hands.";
- }
- if(_root.micon._currentframe == 55 && _root.range == true)
- {
- _root.sfx.gotoAndStop(3);
- _root.micon.gotoAndStop(58);
- _root.next_dis1 = 2;
- _root.next_txt1 = "Now this paper weight should make a very nice stamp.";
- }
- }
- }
-